@charset "utf-8";
/* CSS Document */
input,button{
    outline: none;
    border:none;
}

.bgfff {
    background-color: #fff;
}

.bgf0 {
    background-color: #f0f0f0;
}

.bgeee {
    background-color: #eee;
}

.bg2b {
    background-color: #2b2b2b;
}

.bg2d {
    background-color: #2d2d2d;
}

.bgd1 {
    background-color: #d1d1d1;
}

.bgf5 {
    background-color: #f5f5f5;
}

.bgf6 {
    background-color: #f6f6f6;
}

.bgprimary {
    background-color: #1b1b1b;
}

.bgfuse {
    background-color: #1b1b1b;
}

.bgeef0f4 {
    background-color: #101215;
}

.color333 {
    color: #333;
}

.colorfff {
    color: #FFF !important;
}

.color666 {
    color: #666 !important;
}

.pt100 {
    padding-top: 100px;
}

.pt80 {
    padding-top: 80px;
}

.pb80 {
    padding-bottom: 80px;
}

.pt60 {
    padding-top: 60px;
}

.pb60 {
    padding-bottom: 60px;
}

.pt40 {
    padding-top: 40px;
}

.pb40 {
    padding-bottom: 40px;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb10 {
    padding-bottom: 10px;
}

.line45 {
    width: 100%;
    height: 1px;
    float: left;
    background-color: #454545;
    margin-top: 20px;
}

.line45>.line73 {
    height: 1px;
    background-color: #737373;
    width: 91px;
    margin: 0 auto;
}

.line45 {
    width: 100%;
    height: 1px;
    float: left;
    background-color: #454545;
    margin-top: 20px;
}

.line45>.line73 {
    height: 1px;
    background-color: #737373;
    width: 91px;
    margin: 0 auto;
}

.linef0 {
    width: 100%;
    height: 1pxl;
    float: left;
    background-color: #f0f0f0;
    margin-top: 20px;
}

.linef0>.linec4 {
    height: 1px;
    background-color: #c4c4c4;
    width: 91px;
    margin: 0 auto;
}
.body{
    font-size: 14px;
    line-height: 2;
}
.body img{
    width: 80%;
}

.lineddd {
    width: 100%;
    height: 1px;
    float: left;
    background-color: #ddd;
    margin-top: 20px;
}

.lineddd>.line73 {
    height: 1px;
    background-color: #737373;
    width: 91px;
    margin: 0 auto;
}

.imgbox img {
  
    transition: all .6s;
}
.imgbox img:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

/*--head--*/

#head1 .store {
    float: left;
}

#head1 .store a {
    color: #8c8c8c;
}

#head1 .store a:hover {
    text-decoration: underline;
}

#head1 p {
    line-height: 36px;
    color: #8c8c8c;
    font-size: 12px;
}

#head1 .p {
    float: right;
}

#head1 .p.tel {
    color: #fff;
    font-size: 14px;
}

#head1 .p span {
    color: #fff;
}

#head1 .p i {
    color: #fff;
    float: left;
    font-size: 22px;
    margin-right: 4px;
    margin-top: 4px;
    height: 36px;
    line-height: 36px;
}

#head1 {
    width: 100%;
    height: 138px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 300;
    background-color: #fff;
    box-shadow: 0px 1px 2px #333;
}

#head1 .logo {
    float: left;
}

#head1 .logo a {
    display: block;
    width: 144px;
    height: auto;
    margin-top: 0px;
}

#head1 .logo a img {
    width: 100%;
}

.nav {
    float: right;
    margin-top: 31px;
}

.nav>li {
    float: left;
    margin-left: 4px;
    margin-right: 4px;
    line-height: 36px;
    height: 67px;
}

.nav>li>a {
    float: left;
    text-align: center;
    color: #666;
    font-size: 18px;
    padding-right: 15px;
    padding-left: 15px;
}

.nav>li:hover>a {
    color: #00589f;
}

.nav>li>ul {
    position: absolute;
    top: 98px;
    display: none;
    z-index: 500;
    background-color: #FFF;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 3px 2px #838383;
}

.nav>li>ul>li {
    margin-bottom: 6px;
    padding-left: 14px;
    padding-right: 14px;
    min-width: 140px;
}

.nav>li>ul>li>a {
    position: relative;
    display: block;
    text-align: center;
    color: #333;
    font-size: 14px;
    width: 100%;
    background-image: url(../images/d.jpg);
    background-position: left bottom;
    background-repeat: repeat-x;
}

.nav>li>ul>li>a:hover {
    color: #00589f;
}

.searchbox {
    display: none;
    position: fixed;
    top: 4px;
    width: 100%;
    z-index: 500;
}

.searchshow2 {
    display: none;
    float: right;
    width: 42px;
    height: 42px;
    cursor: pointer;
    line-height: 42px;
    font-size: 22px !important;
    text-align: center;
    color: #a0a0a0;
}

.searchshow2:hover {
    background-color: #00589f;
    color: #FFF;
}

#search_form {
    float: right;
    margin-right: 15px;
}

#search_form .searchTxt {
    float: left;
    width: 168px;
    text-indent: 5px;
    color: #aaaaaa;
    border-radius: 3px 0px 0px 3px;
    border-left: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
    height: 30px;
    line-height: 30px;
}

#search_form .searchPic {
    float: left;
    height: 32px;
    width: 40px;
    cursor: pointer;
    background-color: #00589F;
    border-radius: 0px 3px 3px 0px;
    color: #FFF;
    font-size: 22px !important;
    text-align: center;
    line-height: 30px;
}

#head1_1 {
    float: left;
    width: 100%;
    height: 138px;
}

#head2 {
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    z-index: 300;
    width: 100%;
    background-color: #fff;
    height: 42px;
    box-shadow: 0px 1px 2px #666;
    text-align: center;
}
#head2 img{
    margin-top: 6px;
    height: 30px
}

.toggle {
    display: none;
    position: fixed;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 24px;
    z-index: 301;
}

.toggle .icon {
    color: #a0a0a0;
}

#head2_2 {
    float: left;
    display: none;
    width: 100%;
    height: 42px;
}

@media(max-width: 1170px) {
    #head1 .logo a {
        width: 1.7rem;
        margin-top: 28px;
    }
    .nav>li a {
        font-size: 16px;
    }
}

@media(max-width: 991px) {
    .nav {
        display: none;
    }
    .toggle {
        display: block;
        padding: 4px;
        top: 73px;
        right: 18px;
    }
    .searchshow {
        right: 108px;
    }
}

@media(max-width: 767px) {
    #head1 {
        display: none;
    }
    #head1_1 {
        display: none;
    }
    #head2 {
        display: block;
    }
    #head2_2 {
        display: block;
    }
    .searchshow2 {
        display: block;
    }
    .searchbox {
        top: 42px;
        display: none;
    }
    #search_form {
        margin-right: 0px;
    }
    #search_form .searchTxt {
        width: 184px;
        height: 34px;
        text-indent: 10px;
        line-height: 34px;
    }
    #search_form .searchPic {
        height: 36px;
        width: 42px;
    }
    .toggle {
        display: block;
        left: 0px;
        padding: 9px;
        top: 0px;
    }
}

/*--banner--*/

#banner {
    float: left;
    width: 100%;
    height: 400px;
}
.hide_767{
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
}

#banner2 {
    float: left;
    width: 100%;
}

#banner2 a {
    float: left;
    width: 100%;
    display: block;
}

#banner2 .bannerimg {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}

#banner2 .bannerimg img {
    width: 1920px;
    height: 100%;
    position: absolute;
    left: 50%;
}

@media(max-width: 1200px) {
    #banner2 .bannerimg {
        overflow: hidden;
    }
}

@media(max-width: 768px) {
    #banner {
        display: none;
    }
    #banner2 .bannerimg img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        margin-left: 0 !important;
    }
}

/*--main--*/

.titlespan {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 32px;
    font-size: 0.35rem;
    text-transform: Uppercase;
    padding: 30px 0
}

.titlespan .line {
    display: inline-block;
    width: auto;
    line-height: 21px;
    font-weight: normal;
}

/*--hot_product--*/

.hot_product {
    padding-top: 54px;
    padding-bottom: 60px;
}

#pic_list_1 {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 40px;
}

#pic_list_1 .box {
    float: left;
    width: 100%;
}

#pic_list_1 .box a {
    margin: 0 auto;
    width: 290px;
    display: block;
    height: 328px;
}

#pic_list_1 .box a .imgbox {
    float: left;
    position: relative;
    display: block;
    overflow: hidden;
    width: 290px;
    height: 290px;
}

#pic_list_1 .box a .imgbox img {
    position: absolute;
    width: 468px;
    height: 290px;
    left: 50%;
    margin-left: -234px;
}

#pic_list_1 .box a span {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    text-align: center;
    padding-top: 14px;
    float: left;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*--SOLUTION--*/

.imagelist1 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.imagelist1 ul {
    float: left;
    width: 100%;
    margin-top: 36px;
}

.imagelist1 ul li {
    margin-bottom: 1%;
}

.imagelist1 ul li a {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
}

.imagelist1 ul li a img {
    float: left;
    width: 100%;
    height: auto;
    transition: all .6s;
}

.imagelist1 ul li a img:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.imagelist1 ul li a span {
    font-size: 0.16rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 0.44rem;
    text-indent: 0.1rem;
    width: 100%;
    position: absolute;
    left: 0px;
    padding-top: 30px;
    bottom: 0px;
    color: #FFF;
    background-image: linear-gradient( to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
    text-align: center;
}



.imagelist1 .view {
    display: block;
    width: 148px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #626262;
    border-radius: 3px;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
}

@media (max-width: 384px) {
    .imagelist1 ul li {
        margin-bottom: 20px;
    }
    .imagelist1 ul li a span {
        font-size: 0.32rem;
        line-height: 0.8rem;
        text-indent: 0.2rem;
    }
}

.superiority .boximg {
    text-align: center;
    width: 50%;
}

.superiority .boximg img {
    display: inline-block;
    max-width: 484px;
    width: 100%;
    height: auto;
}

.superiority .box {
    text-align: center;
    width: 50%;
    margin-top: 60px;
    margin-bottom: 65px;
}

.superiority .box>div {
    display: inline-block;
    max-width: 375px;
}

.superiority .box font {
    float: left;
    width: 52px;
    height: 52px;
    background-color: #e4500a;
    display: block;
    color: #fff;
    line-height: 52px;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}

.superiority .box p {
    float: left;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    line-height: 26px;
    margin-left: 21px;
}

.superiority .box ul {
    float: left;
    width: 100%;
    margin-top: 22px;
    border-top: 1px solid #ddd;
    padding-top: 16px;
}

.superiority .box ul li {
    line-height: 24px;
    text-align: left;
    color: #838383;
    padding-left: 20px;
    background-image: url(../images/fang.png);
    background-repeat: no-repeat;
    background-position: left 11px;
    padding-top: 3px;
    padding-bottom: 3px;
}

@media (max-width: 1023px) {
    .superiority .box {
        margin-top: 28px;
        margin-bottom: 29px;
    }
}

@media (max-width:767px) {
    .superiority .box {
        width: 100%;
    }
    .superiority .boximg {
        width: 100%;
    }
}

/*--information--*/

.information {
    padding-top: 54px;
}

.information .tagbox {
    padding-top: 30px;
    width: 100%;
    padding-bottom: 30px;
    text-align: center;
}

.information .tagbox a {
    display: inline-block;
    padding: 0px 20px 0px 20px;
    cursor: pointer;
    color: #666;
    border-radius: 5px;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 36px;
    background-color: #efefef;
}

.information .tagbox a.active {
    background-color: #005192;
    color: #FFF;
}

.information .body {
    width: 100%;
    float: left;
    padding-top: 34px;
}

.information .body li {
    margin-bottom: 48px;
}

.information .body li a {
    display: block;
}

.information .body li a span {
    display: block;
}

.information .body li a span.riqi {
    float: left;
    width: 62px;
    height: 62px;
    padding: 5px;
    font-family: Arial, Gadget, sans-serif;
    font-size: 12px;
    text-align: center;
    background-color: #e3e3e3;
    color: #666;
}

.information .body li a span.riqi font {
    font-size: 21px;
    line-height: 42px;
    display: block;
}

.information .body li a span.newtitle {
    float: right;
    width: 80%;
    text-overflow: ellipsis;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 24px;
    padding-bottom: 8px;
}

.information .body li a p {
    float: right;
    width: 80%;
    overflow: hidden;
    line-height: 21px;
    height: 84px;
    color: #8a8a8a;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 12px;
}

.information .body li a:hover span.riqi {
    background-color: #005192;
    color: #fff;
}

@media (max-width: 991px) {
    .information .body li a span.newtitle {
        width: 74%;
    }
    .information .body li a p {
        width: 74%;
    }
}

@media (max-width: 767px) {
    .information .body li a span.riqi {
        width: 56px;
        height: 56px;
    }
    .information .body li a span.riqi font {
        line-height: 40px;
    }
}

/*--footer--*/

.footer .xia p {
    line-height: 48px;
    color: #787878;
    color: #FFF;
    font-size: 12px;
}

.footer .xia p a {
    color: #fff;
}

.footer .shang {
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer .shang .list {
    float: left;
}

.list {
    float: left;
}

.list>span {
    float: left;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #323232;
    padding-bottom: 20px;
}

.list ul {
    float: left;
}

.list ul li {
    width: 100%;
    float: left;
}

.productbox li {
    line-height: 30px;
}

.productbox li a {
    color: #a4a4a4;
    font-size: 12px;
    line-height: 24px;
}

.productbox li a:hover {
    text-decoration: underline;
}

/*.news ul{ margin-top:5px;}.news ul li{ margin-bottom:20px;}.news ul li:nth-child(3n){ margin-bottom:0px;}.news ul li a .imgbox{ width:58px; height:58px; position:relative; float:left; overflow:hidden;}.news ul li a .imgbox img{ position:absolute; left:50%; margin-left:-48px; width:94px; height:58px;}.news ul li a span{ float:right; font-size:12px; color:#787878; display:block; width:72%; line-height:16px; height:32px; overflow:hidden;}.news ul li a font{  float:right;width:72%; font-size:12px; color:#999999; line-height:18px; padding-top:6px;}.news ul li a:hover span{color:#c90010;}*/

.contactbox div {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #a4a4a4;
    line-height: 30px;
}

.contactbox div i {
    float: left;
    font-size: 18px;
    margin-top: 1px;
    margin-right: 4px;
    line-height: 26px;
    height: 26px;
}

.contactbox div i.icon-dianhua {
    margin-top: 3px;
}

.contactbox img {
    float: left;
    margin-top: 12px;
    height: 86px;
    width: 86px;
}

.contactbox>span>font {
    line-height: 50px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.share .bdsharebuttonbox {
    width: 252px;
    margin: 0 auto;
}

.share .bdsharebuttonbox a {
    float: left;
    height: 32px;
    padding: 0px;
    width: 32px;
    display: block;
    margin: 6px 10px 6px 0;
    background-color: #8d8d8d;
    background-image: none;
    color: #1b1b1b;
    text-indent: 0px;
    text-align: center;
    line-height: 32px;
    font-size: 22px;
    border-radius: 16px;
}

.share .bdsharebuttonbox a:hover {
    background-color: rgba(170, 170, 170, 0.5);
    color: #FFF;
}

.share .bdsharebuttonbox a .iconfont {
    font-size: 22px
}

.share .bdsharebuttonbox a.icon-icon {
    font-size: 18px;
}

.contactbox.col-md-3-1 {
    width: 47%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.share.col-md-3-1 {
    width: 47%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

@media (min-width: 529px) and (max-width: 1024px) {
    .contactbox.col-md-3-1 {
        width: 47%;
        margin-left: 1.5%;
        margin-right: 1.5%;
        margin-bottom: 30px;
    }
    .share.col-md-3-1 {
        width: 47%;
        margin-left: 1.5%;
        margin-right: 1.5%;
        margin-bottom: 30px;
    }
}

@media (max-width: 528px) {
    .contactbox.col-md-3-1 {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 30px;
    }
    .share.col-md-3-1 {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 30px;
    }
}

@media (max-width: 648px) {
    .footer .xia p {
        font-size: 12px;
        width: 100%;
        text-align: center;
        line-height: 24px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .footer .xia p.right {
        display: none;
    }
}

/*--other--*/

#banner .w1200 {
    text-align: center;
}

#banner .lanmu {
    display: inline-block;
    font-size: 0.45rem;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
}

#banner .lujing {
    display: inline-block;
    font-size: 18px;
    color: #FFF;
    line-height: 36px;
}

#banner .lujing a {
    color: #FFF;
}

#banner .lujing a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .hide_767 {
        display: none;
    }
}

.main {
    float: left;
    width: 100%;
}

.nav_left {
    float: left;
    width: 23%;
}

.main_right {
    float: right;
    width: 74%;
}

@media (max-width: 1024px) {
    .nav_left {
        display: none;
    }
    .main_right {
        width: 100%;
    }
}

/*----nav_left---*/

.lefttitle {
    position: relative;
    float: left;
    width: 100%;
    display: block;
    font-size: 18px;
    border-bottom: 1px dotted #d2d2d2;
    padding-bottom: 18px;
}

.lefttitle font {
    color: #aeaeae;
    font-size: 18px;
}

.lefttitle i {
    background-color: #00223b;
    bottom: -1px;
    height: 2px;
    left: 0;
    position: absolute;
    width: 72px;
}

.nav_left>ul {
    float: left;
    width: 100%;
}

.cp_left {
    margin-top: 18px;
    margin-bottom: 10px;
}

.cp_left li {
    float: left;
    width: 100%;
    background-color: #eee;
    margin-bottom: 14px;
}

.cp_left li a {
    float: left;
    transition: 0.4s ease-in-out;
    width: 100%;
    display: block;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 52px;
    height: 52px;
    text-indent: 20px;
    font-size: 16px;
    position: relative;
    background: url(../images/lefta.png) 234px center no-repeat;
}

.cp_left li a:hover {
    color: #005192;
    background: url(../images/lefta2.png) 234px center no-repeat;
}

.faq_left {
    margin-bottom: 18px;
}

.faq_left li {
    float: left;
    margin-top: 18px;
    width: 100%;
}

.faq_left li a p {
    color: #333;
    line-height: 24px;
    transition: 0.3s ease-in-out;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.faq_left li a span {
    font-size: 12px;
    color: #939393;
    line-height: 24px;
}

.faq_left li a:hover p {
    color: #E60012;
}

.recent_left {
    margin-top: 21px;
    margin-bottom: 10px;
}

.recent_left li {
    float: left;
    width: 100%;
    margin-bottom: 16px;
    margin-top: 2px;
}

.recent_left li a .imgbox {
    float: left;
    width: 29%;
    height: 75px;
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative;
    background-color: #666;
}

.recent_left li a .imgbox img {
    position: absolute;
    width: 100%;
    height: 75px;
}

.recent_left li a span {
    float: right;
    color: #333;
    padding-left: 2.5%;
    width: 67.5%;
}

.recent_left li a font {
    color: #939393;
    font-size: 12px;
    margin-left: 3%;
    line-height: 32px;
    color: #939393;
}

.recent_left li a:hover font {
    color: #005192;
}

.xiaoshou {
    float: left;
    background-color: #FFF;
    border: 1px solid #ddd;
    width: 99%;
    z-index: 200;
}

.xiaoshou span {
    display: block;
}

.xiaoshou .xiaoshou_t {
    line-height: 36px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.xiaoshou .img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 20px auto;
    overflow: hidden;
    border: 1px solid #ddd;
}

.xiaoshou .img img {
    width: 100%;
    height: auto;
}

.xiaoshou a {
    display: inline-block;
    cursor: pointer;
    position: relative;
    color: #FFF;
    margin-left: 10px;
    border-radius: 3px;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 26px;
}

.xiaoshou a font {
    padding-left: 4px;
    font-size: 14px;
}

.xiaoshou a.zixun {
    background-color: #5ea5ee;
}

.xiaoshou a.mingpian {
    background-color: #ed5c82;
}

.xiaoshou ul {
    padding: 6px 10px 0px 10px;
}

.xiaoshou ul li {
    width: 100%;
    color: #777;
    float: left;
    text-align: center;
    line-height: 34px;
    border-bottom: 1px dashed #ddd;
    padding-top: 2px;
}

.xiaoshou ul li font {
    margin-right: 4px;
    font-size: 17px;
    width: 21px;
    text-align: center;
}

.xiaoshou ul li font.icon-youxiang {
    font-size: 21px;
}

.xiaoshou p {
    padding: 0px 0px 0px 0px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #777;
}

.mingpianbox {
    position: absolute;
    display: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    top: 37px;
    border-radius: 5px;
    height: 120px;
    background-color: #FFF;
    border: 1px solid #ddd;
    width: 120px;
    margin-left: -34px;
}

.mingpianbox img {
    width: 100px;
    height: 100px;
    margin-top: 10px;
    margin-left: 10px;
    float: left;
}

.mingpianbox i {
    right: 50px;
    border-color: transparent transparent #bbbbbb transparent;
    border-style: solid;
    border-width: 0px 10px 12px 10px;
    top: -12px;
    text-indent: 0px;
    position: absolute;
}

.mingpianbox i::after {
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    right: -10px;
    border-width: 0px 10px 12px 10px;
    content: "";
    text-indent: 0px;
    position: absolute;
    top: 1px;
}

/*----main_right---*/

.mr15 {
    margin-right: 20px;
}

.cp_list li {
    float: left;
    padding-bottom: 14px;
    width: 31.3333333%;
    margin-right: 1%;
    margin-left: 1%;
}

.cp_list li a {
    display: block;
    width: 100%;
    height: auto;
    float: left;
}

.cp_list li a .imgbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    width: 99%;
    height: 216px;
}
.cp_list li a .imgbox img{
    width: 100%;
}

.cp_list li a span {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    text-align: center;
    padding-top: 14px;
    float: left;
}

.cp_list li a:hover span {
    color: #005192;
}

@media (max-width:991px) {
    .cp_list li {
        width: 47%;
        margin-right: 1.5%;
        margin-left: 1.5%;
    }
}

@media (max-width: 528px) {
    .cp_list li {
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
    }
}

.biaoti {
    color: #333;
    font-size: 22px;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 39px;
}

div.biaoti {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold;
}

@media (max-width:991px) {
    .main_right>h1.biaoti {
        font-size: 0.24rem;
        line-height: 0.36rem;
    }
    div.biaoti {
        font-size: 0.3rem;
    }
}

@media (max-width:480px) {
    .main_right>h1.biaoti {
        font-size: 14px;
        line-height: 21px;
    }
    div.biaoti {
        font-size: 0.36rem;
    }
}

.w100>font.bb {
    color: #999;
    line-height: 14px;
    font-weight: normal;
    display: inline-block;
    border-right: 1px solid #999999;
    margin-top: 16px;
    padding-right: 10px;
    margin-right: 10px;
}

.go_back {
    color: #005192;
    cursor: pointer;
}

.go_back:hover {
    text-decoration: underline;
}

/*----product_art---*/

.productimg {
    float: left;
    width: 302px;
}

.productname {
    float: left;
    padding-left: 30px;
    width: 54%;
}

.productname h1 {
    font-size: 18px;
    line-height: 32px;
    width: 100%;
    padding-bottom: 8px;
    float: left;
}

.productname>span {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 36px;
    float: left;
}

.productname>p {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #919191;
    float: left;
    max-height: 124px;
    overflow: hidden;
    margin-bottom: 12px;
}

.productname>span>div {
    float: left;
    font-size: 14px;
    color: #919191;
    line-height: 24px;
    overflow: hidden;
    height: 24px;
    margin-right: 10px;
}

.productname>span>div>font {
    font-size: 16px;
    line-height: 28px;
    float: left;
    margin-right: 4px;
}

.productname .boxbtn {
    width: 290px;
    float: left;
    margin-top: 20px;
}

.productname .boxbtn a {
    display: block;
    color: #FFF;
    width: 140px;
    float: left;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 10px;
    margin-right: 10px;
}

.bg2384cc {
    background-color: #2384cc;
}

.bgc7130c {
    background-color: #c7130c;
}

.bg005da3 {
    background-color: #005da3;
}

.bgff6600 {
    background-color: #ff6600;
}

.bb1 {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 8px;
}

.productname .boxbtn a font {
    display: block;
    float: left;
    width: 52px;
    text-align: center;
    color: #FFF;
    font-size: 21px;
}

.productname .boxbtn a span {
    display: block;
    width: 86px;
    text-align: center;
    float: left;
}

.productname .boxbtn a i {
    float: left;
    width: 1px;
    height: 18px;
    margin-top: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2)
}

.mod18 {
    position: relative;
    width: 302px;
    margin: 0 auto;
}

.mod18 .btn {
    position: absolute;
    cursor: pointer;
}

.mod18 #prevTop,
.mod18 #nextTop {
    top: 322px;
    width: 20px;
    height: 77px;
    line-height: 77px;
    text-align: center;
    background-color: #4c4c4c;
    color: #FFF;
    font-size: 14px !important;
    border-radius: 3px;
}

.mod18 #prevTop {
    left: 0%;
}

.mod18 #nextTop {
    right: 0%;
}

.mod18 li {
    float: left;
}

.mod18 .cf li {
    position: relative;
    color: #fff;
}

.mod18 .cf li a {
    width: 300px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    overflow: hidden;
}

.mod18 .cf li a img {
    position: absolute;
    width: 70%;
    
}

.mod18 .cf li a font {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-color: #eee;
    font-size: 12px;
    padding: 3px 6px 3px 6px;
    color: #333;
}

.mod18 .cf li a font i {
    margin-right: 3px;
}

.mod18 .picBox {
    height: 300px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 300px;
    border: 1px solid #ccc;
}

.mod18 .picBox ul {
    height: 300px;
    position: absolute;
}

.mod18 .picBox li {
    width: 300px;
    height: 300px;
}

.mod18 .listBox {
    width: 261px;
    height: 77px;
    margin: 20px auto 0px auto;
    position: relative;
    overflow: hidden;
}

.mod18 .listBox ul {
    height: 77px;
    position: absolute;
}

.mod18 .listBox li {
    width: 75px;
    height: 75px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    cursor: pointer;
    position: relative;
    float: left;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
}

.mod18 .listBox li img {
    width: 121px;
    height: 75px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
}

.mod18 .listBox li.on {
    border: 1px solid #999;
}

/*全图显示*/

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../images/blank.gif');
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 0px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 0px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url('../images/fancybox_sprite@2x.png');
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
    #fancybox-loading div {
        background-image: url('../images/fancybox_loading@2x.gif');
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}

#LoutiNav {
    display: none;
    width: 86px;
    height: auto;
    position: fixed;
    top: 150px;
    right: 0px;
}

#LoutiNav li {
    padding: 5px 12px 5px 12px;
    float: left;
    background-color: rgba(0, 0, 0, 0.9);
    margin-bottom: 2px;
    color: #fff;
    border-radius: 5px 5px 5px 5px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    float: left;
}

#LoutiNav li:hover {
    background: #ff6600;
    color: #FFF
}

#LoutiNav .active {
    background: #ff6600;
    color: #fff;
}

.louceng {
    width: 100%;
    float: left;
    height: auto;
    padding-top: 36px;
}

.louceng .tag {
    font-size: 14px;
    width: 114px;
    text-indent: 16px;
    color: #FFF;
    height: 34px;
    line-height: 34px;
    background-color: #0060ad;
    border-radius: 5px 5px 0px 0px;
}

.louceng .tag font {
    margin-right: 6px;
}

.louceng .body {
    border-top: 4px solid #0060ad;
    padding-top: 21px;
    border-radius: 0px 0px 5px 5px;
    padding-bottom: 21px;
    padding-left: 16px;
    padding-right: 16px;
    background-color: #f8f8f8;
}

@media (max-width: 767px) {
    .productimg {
        width: 100%;
    }
    .productname {
        width: 100%;
        padding: 0px;
        margin-top: 30px;
    }
    #LoutiNav {
        top: 46px;
    }
    .louceng .body img{
        width: 100%;
    }
}

/*---about--*/
.aboutcon{
    line-height: 2;
}
.aboutimgbox {
    margin-top: 40px;
}

.aboutimgbox li {
    float: left;
    position: relative;
    height: auto;
    overflow: hidden;
}
.yylist li {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 24%;
    margin-right: 1%;
    margin-bottom: 15px !important;
    border: 1px solid #ccc;
    padding: 10px 0;
}
.yylist li img{
    width: auto;
    height: 60px;
    transition: all .6s;
}

.yylist li img:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.aboutimgbox li img {
    width: 100%;
    float: left;
    height: auto;
    transition: all .6s;
}

.aboutimgbox li img:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.aboutimgbox li p {
    position: absolute;
    left: 0px;
    bottom: 0px;
    line-height: 30px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    width: 100%;
    text-indent: 10px;
}

.indexabout {
    float: left;
    width: 100%;
}

.indexabout .w50_100_2 {
    width: 50%;
}

.indexabout .imgbox {
    height: 375px;
    overflow: hidden;
    position: relative;
}

.indexabout .imgbox img {
    position: absolute;
    left: 50%;
    height: 375px;
    width: 605px;
    margin-left: -302px;
}

.indexabout .wenzibox {
    margin: 20px 10px 20px 30px;
    padding-right: 20px;
    height: 335px;
    overflow: hidden;
}

.indexabout .wenzibox>span {
    float: left;
    width: 100%;
}

.indexabout .wenzibox>div {
    float: left;
    width: 100%;
    padding-top: 11px;
}

@media (max-width: 767px) {
    .indexabout .imgbox {
        width: 100%;
        height: auto;
    }
    .indexabout .imgbox img {
        position: relative;
        float: left;
        width: 100%;
        height: auto;
        left: 0px;
        margin-left: 0px;
    }
    .indexabout .wenzibox {
        height: auto;
    }
    .indexabout .w50_100_2 {
        width: 100%;
    }
}

/*--news--*/

.new li {
    width: 100%;
}

.new li a {
    display: block;
}

.new li {
    padding-bottom: 21px;
    float: left;
    margin-bottom: 20px;
    background-image: url(../images/d.jpg);
    background-position: left bottom;
    background-repeat: repeat-x;
}

.new li a .imgbox {
    float: left;
    position: relative;
    width: 27.5%;
    height: 150px;
    overflow: hidden;
}

.new li a .imgbox img {
    width: 242px;
    height: 150px;
    position: absolute;
    left: 50%;
    margin-left: -121px;
}

.new li a span {
    float: right;
    display: block;
    width: 70%;
    color: #000;
    font-size: 16px;
    color: #333;
    padding-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new li a:hover span {
    color: #005192;
}

.new li a p {
    float: right;
    display: block;
    width: 70%;
    color: #666;
    line-height: 24px;
    max-height: 96px;
    overflow: hidden;
}

.new li a .w70 {
    padding-top: 13px;
    padding-bottom: 13px;
}

.new li a font {
    float: left;
    display: block;
    color: #666;
    line-height: 14px;
    border-right: 1px solid #939393;
    padding-right: 10px;
    margin-right: 10px;
    font-weight: normal;
}

.fz21_rem {
    font-size: 21px;
}

@media (max-width: 1170px) {
    .fz21_rem {
        font-size: 0.18rem;
    }
}

@media (max-width:991px) {
    .new li a p {
        line-height: 21px;
        max-height: 84px;
        overflow: hidden;
    }
}

@media (max-width: 564px) {
    .new li a .imgbox {
        width: 100%;
    }
    .new li a span {
        width: 100%;
    }
    .new li a p {
        width: 100%;
    }
    .new li a .w70 {
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%
    }
}

@media (max-width: 564px) {
    .fz21_rem {
        font-size: 0.3rem;
    }
}

/*--FAQ--*/

.faq li {
    width: 100%;
}

.faq li a {
    float: left;
    display: block;
    width: 100%;
}

.faq li {
    padding-bottom: 21px;
    float: left;
    margin-bottom: 20px;
    background-image: url(../images/d.jpg);
    background-position: left bottom;
    background-repeat: repeat-x;
}

.faq li a span {
    float: right;
    display: block;
    width: 100%;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    color: #000;
}

.faq li a span font {
    width: 24px;
    height: 24px;
    overflow: hidden;
    background-color: #000;
    color: #FFF;
    display: block;
    float: left;
    text-align: center;
    line-height: 26px;
    font-size: 18px;
    margin-right: 6px;
}

.faq li a:hover span {
    color: #005192;
}

.faq li a:hover span font {
    background-color: #005192;
}

.faq li a p {
    float: right;
    width: 100%;
    background-color: #F5F5F5;
    display: block;
    width: 96%;
    color: #666;
    line-height: 24px;
    padding: 10px 2% 10px 2%;
    margin-top: 20px;
    max-height: 116px;
    overflow: hidden;
}

/*---pagelist---*/
.pglist {
	padding: 40px 0 30px;
	float: left;
	width: 100%;
	text-align: center;
}
.pglist a {
	color: #666;
	padding: 0 14px;
	margin: 0 3px;
    font-weight: bold;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.pglist * {
	display: inline-block;
	_zoom: 1;
	_display: inline;
	vertical-align: middle;
	line-height: 30px;
	padding-bottom: 1px;
}
.pglist a:hover, .pglist .active a {
	display: inline-block;
	color: #fff;
	background: #116bc4;
	border-color: #116bc4;
}
/*---share---*/

#share {
    width: 100%;
    height: 32px;
    float: left;
    text-align: center;
}

#share a {
    float: none;
    display: inline-block;
}

/*---form---*/

#mlr {
    display: inline-block;
    width: 100%;
    max-width: 800px;
}

#mlr .w100 {
    float: left;
}

#mlr .w30 {
    float: left;
    margin-right: 5%;
}

#mlr span {
    float: left;
    width: 100%;
    line-height: 42px;
    display: block;
    text-align: left;
    margin-right: 30px;
    color: #666;
}

#mlr input {
    border: 1px solid #ddd;
    float: left;
    width: 100%;
    font-size: 14px;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
}

#mlr textarea {
    float: left;
    border-radius: 3px;
    font-size: 14px;
    line-height: 21px;
    text-indent: 10px;
    height: 168px;
    margin-bottom: 20px;
    width: 100%;
    word-break: break-all;
    resize: none;
    border: 1px solid #ddd;
}

#mlr .code {
    width: 60px;
    margin-right: 10px;
    line-height: 32px;
}

#mlr input.yanzheng {
    width: 80px;
}

#mlr input.button {
    background-color: #fdb301;
    text-indent: 0px;
    width: 114px;
    height: 32px;
    border: none;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    float: right;
}

#mlr img {
    float: left;
    background-color: #FFF;
    margin-left: 6px;
    height: 24px;
    width: auto;
    padding: 4px;
    border-radius: 3px;
}

@media (max-width: 512px) {
    #mlr .w30 {
        width: 100%;
    }
    #mlr textarea {
        height: 147px;
        margin-bottom: 0px;
    }
    #mlr .code {
        width: 100%;
        line-height: 42px;
    }
}

/*--contact--*/

.contactbox2 {
    width: 55%;
    float: left;
}

.contact {
    width: 50%;
    margin-bottom: 10px;
}

.contact span {
    float: left;
    display: block;
    width: 100%;
}

.contact span font {
    float: left;
    margin-right: 1%;
}

.contact .icon {
    width: 6%;
    color: #6E6E6E;
    font-size: 16px;
    line-height: 36px;
    text-align: left;
}

.contact span p {
    float: left;
    width: 93%;
    display: block;
    font-size: 14px;
    color: #6E6E6E;
    line-height: 36px;
}

.contactbox2 .company {
    float: left;
    display: block;
    width: 100%;
    background: none;
    color: #c90010;
    font-size: 18px;
    line-height: 48px;
}

.contactbox2 .add {
    float: left;
    width: 100%;
    color: #6E6E6E;
    line-height: 36px;
}

.contactbox2 .add .icon {
    width: 4%;
    float: left;
    color: #6E6E6E;
    font-size: 16px;
    line-height: 32px;
    margin-top: 3px;
    text-align: left;
}

.contactbox2 .add p {
    float: left;
    width: 95%;
    display: block;
    font-size: 14px;
    color: #6E6E6E;
}

.contactimgbox {
    position: relative;
    height: 360px;
    overflow: hidden;
    width: 45%;
    background-image: url(../images/contact.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.contactimgbox img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -73px;
    margin-top: -73px;
    width: 146px;
}

@media (max-width: 991px) {
    .contactimgbox {
        display: none;
    }
    .contactbox2 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .contact {
        width: 100%;
    }
    .contactbox2 .add .icon {
        width: 6%;
        margin-right: 1%;
        float: left;
        color: #6E6E6E;
        font-size: 16px;
        line-height: 32px;
        margin-top: 3px;
        text-align: left;
    }
    .contactbox2 .add p {
        float: left;
        width: 93%;
        display: block;
        font-size: 14px;
        color: #6E6E6E;
    }
}

.xuanfu {
    z-index: 999999;
    bottom: 15px;
    right: 15px;
    position: fixed;
}

.xuanfu>a {
    display: block;
    width: 32px;
    height: 32px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFF;
    text-align: center;
    line-height: 32px;
    margin-top: 2px;
    cursor: pointer;
}

.xuanfu>a:hover {
    background-color: #0560a7;
}

.xuanfu .icon-erweima {
    font-size: 21px;
}

.xuanfu>.ewmbox {
    display: none;
    position: absolute;
    right: 36px;
    top: -50px;
    background-color: #FFF;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 4px;
}

.xuanfu>.ewmbox img {
    width: 120px;
    height: auto;
}

#head1 .toptxt {
    line-height: 36px;
    color: #fff;
}

/*--理念 --*/

.i_gywm {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.i_gywm_list {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 30px;
}

.i_gywm_list li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 2% 2%;
    float: left;
    background: #fafafa;
    transition: 0.5s;
    box-sizing: border-box;
    text-align: center;
    height: 180px;
}
.i_gywm_list li:nth-child(3n){
    margin-right: 0%;
}

.i_gywm_list li a {
    width: 100%;
    float: left;
}

.i_gywm_list li:last-child {
    margin-right: 0px;
}

.i_gywm_list li .i_gywm_list_tb {
    width: 60px;
    height: 60px;
    margin: 0px auto;
    transition: 0.5s;
}

.i_gywm_list li .i_gywm_list_tb img {
   width: 100%;
}

.i_gywm_list li .i_gywm_list_title {
    font-size: 18px;
    line-height: 25px;
}

.i_gywm_list li .i_gywm_list_title span {
    font-size: 12px;
    color: #8c8c8c;
    line-height: 18px;
}

.i_gywm_list li:hover {
    background: #0061A0;
    transition: 0.5s;
}

.i_gywm_list li:hover a,
.i_gywm_list li:hover .i_gywm_list_title span {
    color: #fff;
}

.i_gywm_list li:hover .i_gywm_list_tb {
    transform: rotateY(360deg);
    transition: 0.5s;
}

@media (max-width:799px) {
    .titlespan{
        padding: 20px 0;
    }
    .i_gywm_list li .i_gywm_list_tb {
        margin-left: calc(50% - 30px);
    }
    .i_gywm_list li {
        width: 100%;
        margin-bottom: 2%;
    }
    .i_gywm_list li:last-child {
        margin-bottom: 0px;
    }
    .i_gywm_list li .i_gywm_list_title {
        width: 100%;
        margin-left: 0px;
        margin-top: 8px;
        text-align: center
    }
}

/*--产品 --*/

.indexproduct {
    background: url(../images/indexprobg.jpg) left top repeat;
    border-top: 1px solid #e5e5e5;
    padding-bottom: 80px;
}

.indexproduct .tagbox {
    width: 100%;
    padding-bottom: 50px;
    text-align: center;
}

.indexproduct .tagbox a {
    display: inline-block;
    padding: 0px 20px 0px 20px;
    cursor: pointer;
    color: #666;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 36px;
}

.indexproduct .tagbox a.active {
    background-color: #005192;
    color: #FFF;
}

.indexproduct .body .imgbox {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 180px;
}
.indexproduct .body .imgbox img{
    height: 100%;
    width: 100%;
}

.indexproduct .body li a {
    background-color: #fff;
    display: block;
    box-shadow: 0 0 3px #aaa;
    padding-bottom: 30px;
}

.indexproduct .body li a span {
    text-align: center;
}

.indexproduct .body li a span.txt1 {
    display: block;
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    color: #363636
}

.indexproduct .body li a span.txt2 {
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #a2a2a2
}

.indexproduct .body li a span.txt3 {
    border: 1px solid #e5e5e5;
    color: #363636;
    margin: 20px auto 0;
    padding: 5px 20px;
    width: 100px;
    display: block;
}

/*--关于我们 --*/

.indexabout {
    width: 100%;
}

.indexabout .indexaboutbg {
    width: 100%;
    background-color: #f6f6f6;
    float: left;
    /*position:relative;*/
}

.indexabout .indexaboutbg .indexaboutimg {
    width: 50%;
    float: left;
}

.indexabout .indexaboutbg .indexaboutimg img {
    width: 100%;
}

.indexabout .indexaboutbg .container {
    position: relative;
}

.indexabout .indexaboutbg .indexabouttxt {
    background: url(../images/aboutbg.jpg) left 50px no-repeat;
    position: absolute;
    width: 60%;
    right: 0;
}

.indexabout .indexaboutbg .indexabouttxt .txt {
    color: #c1d1e1;
    font-size: 80px;
    text-align: right;
    padding: 0 80px 0 80px;
}

.indexabout .indexaboutbg .indexabouttxt .con {
    color: #fff;
    line-height: 24px;
}

.indexabout .indexaboutbg .indexabouttxt .more {
    color: #fff;
    border: 1px solid #82b0d3;
    padding: 10px 20px;
    text-align: right;
    float: right;
    margin-top: 50px;
}

.indexabout .indexaboutbg .indexabouttxt .more a {
    color: #fff;
}

.indexabout .indexaboutbg .indexabouttxt .conbg {
    float: right;
    padding: 0 80px 50px 80px;
    background: url(../images/aboutbg.jpg) left bottom no-repeat;
}

@media (max-width: 1100px) {
    .indexabout .indexaboutbg .indexabouttxt {
        width: 80%;
    }
}

@media (max-width: 960px) {
    .indexabout .indexaboutbg .indexaboutimg {
        width: 100%;
    }
    .indexabout .indexaboutbg .indexabouttxt {
        position: inherit;
        float: left;
        width: 100%;
    }
}

/*--核心优势 --*/

.imagelist2 {
    padding-top: 54px;
    padding-bottom: 45px;
    background: url(../images/bj.jpg) center bottom no-repeat;
}

.imagelist2 ul {
    float: left;
    width: 100%;
    margin-top: 36px;
}

.imagelist2 ul li {
    margin-bottom: 48px;
}

.imagelist2 ul li a {
    position: relative;
    display: block;
    float: left;
    background-color: #fff;
    border-bottom: 3px solid #0560a7;
    overflow: hidden;
}

.imagelist2 ul li a img {
    float: left;
    width: 100%;
    height: auto;
    transition: all .6s;
}

.imagelist2 ul li a img:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.imagelist2 ul li a span {
    width: 100%;
    text-align: center;
    display: block;
}

.imagelist2 ul li a span.txt1 {
    color: #3b3b3b;
    line-height: 25px;
    padding-top: 20px;
    float: left;
    font-size: 0.16rem;
}

.imagelist2 ul li a span.txt2 {
    color: #959595;
    line-height: 25px;
    padding-bottom: 20px;
    font-size: 0.14rem;
}

.imagelist2 ul li a p {
    color: #959595;
    text-align: center;
    border-top: 1px solid #eeeeee;
    font-size: 0.14rem;
    line-height: 2;
    height: 100px;
    padding: 0 5px;
}

@media (max-width: 384px) {
    .imagelist2 ul li {
        margin-bottom: 20px;
    }
    .imagelist2 ul li a span {
        font-size: 0.32rem;
        line-height: 0.8rem;
        text-indent: 0.2rem;
    }
    .imagelist2 ul li a span.txt1 {
        font-size: 0.32rem;
    }
    .imagelist2 ul li a span.txt2 {
        font-size: 0.22rem;
    }
    .imagelist2 ul li a p {
        font-size: 0.32rem;
        line-height: 0.8rem;
    }
}

.footer .xia {
    border-top: 1px solid #323232;
}

.footer .ewmimg {
    width: 100%;
    float: left;
}

.footer .ewmimg img {
    width: 145px;
    height: 145px;
    margin: 0 auto;
    display: block;
}

.footer .ewmmore {
    width: 100%;
    text-align: center;
    color: #a4a4a4;
    padding: 15px 0 25px;
    font-size: 0.12rem;
}

.footer .flink {
    border-top: 1px solid #323232;
    padding: 10px 0;
}
.td_pline1 {
    border-bottom-width: 1pt;
    border-bottom-color: #e0e0e0;
    border-bottom-style: solid;
    border-right-width: 1pt;
    border-right-color: #e0e0e0;
    border-right-style: solid;
}
.aboutbody{
    line-height: 2;
}

@media (max-width: 768px) {
    .imagelist1,
    .imagelist2,
    .information,
    .information .body{
        padding-top: 0;
    }
    .imagelist1 ul{
        margin-top: 0;
    }
    #banner2 .owl-controls{
        bottom: 0px !important;
    }
    .body .w50{
        width: 100%;
    }
    .w100 img{
         width: 100%;
    }
    .yylist li {
        width: 33%;
        margin-bottom: 5px;
    }
    .yylist li img{
        height: 40px;
    }
    .indexabout .indexaboutbg .indexabouttxt .conbg{
        padding-left:20px;
        padding-right:20px;
    }
    .i_gywm{
        padding: 10px 0;
    }
    .indexproduct .body .imgbox{
        height: 120px;
    }
}